CollectionView::PointToItem

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:15 1991
Index Return to Main Contents
 

NAME

CollectionView::PointToItem - instance method  

TEMPLATE

cell = Point PointToItem(Point pos, bool * outside = NULL)  

SPECIFIERS

public  

DESCRIPTION

PointToItem determines whether the pos is inside of this and which cell is located at the pos.  

ARGUMENTS

Point pos

a point in the coordinate system of this
bool * outside = NULL

after return contains whether the pos
is outside of this
 

RETURN ARGUMENT

Point cell

the column and row number of the cell at pos
. cell may be used only if outside is FALSE.
 

CATEGORIES

mapping, client interface

 

FILES

implementation:
CollView.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:30 GMT, March 30, 2022